EditorConfig for file editing patterns
Signed-off-by: Fabio José <fabiojose@gmail.com>
This commit is contained in:
parent
dd07320779
commit
200aa6cd02
|
@ -0,0 +1,8 @@
|
||||||
|
root = true
|
||||||
|
|
||||||
|
[*]
|
||||||
|
end_of_line = lf
|
||||||
|
insert_final_newline = true
|
||||||
|
trim_trailing_whitespace = true
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 4
|
Loading…
Reference in New Issue