EditorConfig for file editing patterns

Signed-off-by: Fabio José <fabiojose@gmail.com>
This commit is contained in:
Fabio José 2020-03-04 20:38:59 -03:00
parent dd07320779
commit 200aa6cd02
1 changed files with 8 additions and 0 deletions

8
.editorconfig Normal file
View File

@ -0,0 +1,8 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
indent_size = 4