mirror of
https://github.com/chrislgarry/Apollo-11.git
synced 2025-02-18 18:00:29 +00:00
Add EditorConfig
This commit is contained in:
parent
a42cfd230e
commit
92af214239
3 changed files with 27 additions and 12 deletions
15
.editorconfig
Normal file
15
.editorconfig
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
root = true
|
||||||
|
|
||||||
|
[*]
|
||||||
|
charset = utf8
|
||||||
|
end_of_line = lf
|
||||||
|
insert_final_newline = true
|
||||||
|
trim_trailing_whitespace = true
|
||||||
|
|
||||||
|
[*.agc]
|
||||||
|
indent_style = tab
|
||||||
|
tab_width = 8
|
||||||
|
|
||||||
|
[*.md]
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 2
|
|
@ -19,7 +19,7 @@ to 2 blank lines in a row.
|
||||||
defined but never used. Read more about it in chrislgarry/Apollo-11/#159
|
defined but never used. Read more about it in chrislgarry/Apollo-11/#159
|
||||||
|
|
||||||
## Formatting
|
## Formatting
|
||||||
[AGC Assembly][4] for Sublime Text 3 and [Language AGC][5] for Atom
|
GitHub, [AGC Assembly][4] for Sublime Text 3 and [Language AGC][5] for Atom
|
||||||
will ensure you're using the correct formatting automatically.
|
will ensure you're using the correct formatting automatically.
|
||||||
|
|
||||||
[AGC Assembly][3] for Visual Studio Code provides language-specific
|
[AGC Assembly][3] for Visual Studio Code provides language-specific
|
||||||
|
|
Loading…
Add table
Reference in a new issue