mirror of
https://github.com/cmosher01/Epple-II.git
synced 2024-12-06 14:49:30 +00:00
add editorconfig
This commit is contained in:
parent
baa15ca8b0
commit
db7b722eea
15
.editorconfig
Normal file
15
.editorconfig
Normal file
@ -0,0 +1,15 @@
|
||||
root = true
|
||||
|
||||
[*]
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
end_of_line = lf
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
|
||||
[Makefile]
|
||||
indent_style = tab
|
||||
|
||||
[*.yaml]
|
||||
indent_size = 2
|
Loading…
Reference in New Issue
Block a user