Added a EditorConfig file.
This commit is contained in:
parent
5755c325bd
commit
c668804912
|
@ -0,0 +1,9 @@
|
|||
root = true
|
||||
|
||||
[*]
|
||||
end_of_line = lf
|
||||
indent_style = spaces
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[*.{y,rb,rl}]
|
||||
indent_size = 2
|
Loading…
Reference in New Issue