This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
oliverdavies.uk-old-sculpin/.editorconfig
2018-01-31 00:03:41 +00:00

11 lines
130 B
INI

root = true
[*]
end_of_line = lf
indent_style = space
indent_size = 4
insert_final_newline = true
[Makefile]
indent_style = tab