mirror of
https://github.com/nasa/fprime.git
synced 2025-12-10 00:44:37 -06:00
* Require and add newlines at EOF in all C++ code * Fix use of UTF-8 encoding in ci/config.xml * Add missing newlines to ends of other files
7 lines
109 B
YAML
7 lines
109 B
YAML
---
|
|
BasedOnStyle: Chromium
|
|
IndentWidth: 4
|
|
ColumnLimit: 120
|
|
AccessModifierOffset: -2
|
|
InsertNewlineAtEOF: true
|