mirror of
https://github.com/PKUFlyingPig/cs-self-learning.git
synced 2026-06-20 16:46:28 +08:00
chore: add .editorconfig
This commit is contained in:
parent
9af09b3c8a
commit
5acb4a2eab
1 changed files with 13 additions and 0 deletions
13
.editorconfig
Normal file
13
.editorconfig
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# http://editorconfig.org
|
||||
root = true
|
||||
|
||||
[*]
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
end_of_line = lf
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
|
||||
[*.yml]
|
||||
indent_size = 2
|
||||
Loading…
Reference in a new issue