error-codes/.editorconfig

12 lines
156 B
INI
Raw Permalink Normal View History

[*]
indent_style = tab
2024-12-30 18:05:28 +00:00
indent_size = 4
end_of_line = lf
insert_final_newline = false
2024-12-30 18:05:28 +00:00
[*.json]
indent_size = 2
[*.yml]
indent_style = space
indent_size = 2