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

11 lines
125 B
INI
Raw Normal View History

2016-06-24 01:18:54 +00:00
root = true
[*]
end_of_line = lf
indent_style = space
indent_size = 4
2016-09-29 11:41:02 +00:00
insert_final_newline = true
2016-06-24 01:18:54 +00:00
2016-09-29 11:41:02 +00:00
[*.json]
2016-06-24 01:18:54 +00:00
indent_size = 2