mirror of
https://github.com/RasppleII/a2server.git
synced 2025-01-22 05:30:20 +00:00
Add an .editorconfig
This commit is contained in:
parent
45c00cb920
commit
04974d7e03
14
.editorconfig
Normal file
14
.editorconfig
Normal file
@ -0,0 +1,14 @@
|
||||
# This is the topmost .editorconfig file
|
||||
root = true
|
||||
|
||||
[*]
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[*.md]
|
||||
trim_trailing_whitespace = false
|
||||
|
||||
[*.sh]
|
||||
indent_style = tab
|
||||
indent_size = 4
|
Loading…
x
Reference in New Issue
Block a user