mirror of
https://github.com/foxcpp/maddy.git
synced 2026-02-03 22:34:40 +02:00
Add .editorconfig
As a portable way to ensure *.scd files will always use tabs.
This commit is contained in:
10
.editorconfig
Normal file
10
.editorconfig
Normal file
@@ -0,0 +1,10 @@
|
||||
root = true
|
||||
|
||||
[*]
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[*.{scd,go}]
|
||||
indent_style = tab
|
||||
indent_size = 4
|
||||
Reference in New Issue
Block a user