mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
editorconfig: Use 2-column spaces in YAML
This commit is contained in:
+5
-1
@@ -1,6 +1,10 @@
|
|||||||
|
|
||||||
root = true
|
root = true
|
||||||
|
|
||||||
[*]
|
[*]
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
end_of_line = lf
|
end_of_line = lf
|
||||||
|
|
||||||
|
[*.y{,a}ml]
|
||||||
|
indent_size = 2
|
||||||
|
indent_style = space
|
||||||
|
tab_width = 2
|
||||||
|
|||||||
Reference in New Issue
Block a user