mirror of
https://github.com/pmret/papermario.git
synced 2024-11-09 12:32:38 +01:00
add editorconfig
This commit is contained in:
parent
c897d5caa3
commit
f64f74782b
10
.editorconfig
Normal file
10
.editorconfig
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
[*]
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 4
|
||||||
|
end_of_line = lf
|
||||||
|
charset = utf-8
|
||||||
|
trim_trailing_whitespace = true
|
||||||
|
insert_final_newline = true
|
||||||
|
|
||||||
|
[*.yaml]
|
||||||
|
indent_size = 2
|
Loading…
Reference in New Issue
Block a user