Files
axolotl/.editorconfig
2023-04-14 00:20:05 -04:00

15 lines
186 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.py]
indent_style = space
indent_size = 4
[**.yml]
indent_style = space
indent_size = 2