Added .editorconfig

pull/17/head
マリウス 2 years ago
commit af3393b0d7
No known key found for this signature in database
GPG Key ID: 272ED814BF63261F

@ -0,0 +1,16 @@
root = true
[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 2
[Makefile]
indent_style = tab
[*.{diff,md}]
trim_trailing_whitespace = false
Loading…
Cancel
Save