citus/.editorconfig

20 lines
270 B
INI

# top-most EditorConfig file
root = true
# rules for all files
# we use tabs with indent size 4
[*]
indent_style = tab
indent_size = 4
tab_width = 4
[*.sql]
indent_style = space
indent_size = 4
tab_width = 4
[*.yml]
indent_style = space
indent_size = 2
tab_width = 2