mirror of
https://github.com/computernewb/collabvm-1.2.ts.git
synced 2025-01-22 10:42:00 -05:00
bcbf7db8d9
also adds editorconfig
11 lines
157 B
INI
11 lines
157 B
INI
root = true
|
|
|
|
[*]
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
indent_style = tab
|
|
indent_size = 4
|
|
|
|
# specifically for YAML
|
|
[{yml, yaml}]
|
|
indent_style = space
|