mirror of
https://github.com/chrononeko/chronocat.git
synced 2024-11-23 08:20:55 +00:00
chore: add editor config
This commit is contained in:
parent
def9c33376
commit
f2e0413889
9
.editorconfig
Normal file
9
.editorconfig
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
root = true
|
||||||
|
|
||||||
|
[*]
|
||||||
|
insert_final_newline = true
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 2
|
||||||
|
end_of_line = lf
|
||||||
|
charset = utf-8
|
||||||
|
trim_trailing_whitespace = true
|
Loading…
Reference in New Issue
Block a user