Files
directus/packages/schema/.editorconfig
rijkvanzanten 2b602c15e3 Small fixes
2020-11-09 17:20:42 -05:00

14 lines
211 B
INI

root=true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true
[{package.json,*.yml,*.yaml}]
indent_style = space
indent_size = 2