mirror of
https://github.com/He4eT/xecut-site.git
synced 2026-08-02 18:35:00 +00:00
Add .editorconfig
This commit is contained in:
parent
f88a485b9d
commit
e55e639af4
1 changed files with 7 additions and 0 deletions
7
.editorconfig
Normal file
7
.editorconfig
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
[*]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
end_of_line = lf
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
max_line_length = 80
|
||||
Loading…
Reference in a new issue