mirror of
https://github.com/sindresorhus/awesome
synced 2024-11-10 06:44:15 +00:00
add .editorconfig
This commit is contained in:
parent
ebcab42da6
commit
bc354c10d0
1 changed files with 8 additions and 0 deletions
8
.editorconfig
Normal file
8
.editorconfig
Normal file
|
@ -0,0 +1,8 @@
|
|||
root = true
|
||||
|
||||
[*]
|
||||
indent_style = tab
|
||||
end_of_line = lf
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
Loading…
Reference in a new issue