mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 03:36:22 +00:00
parent
def2ea0add
commit
861eaf36d3
1 changed files with 11 additions and 0 deletions
11
.editorconfig
Normal file
11
.editorconfig
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# top level config
|
||||
root = true
|
||||
|
||||
# all files
|
||||
[*]
|
||||
charset = utf-8
|
||||
end_of_line = lf # Unix-style
|
||||
insert_final_newline = true
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
trim_trailing_whitespace = true
|
||||
Loading…
Reference in a new issue