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