film-exif/.editorconfig

18 lines
299 B
INI
Raw Normal View History

2018-03-29 16:28:14 -04:00
# EditorConfig is awesome: http://EditorConfig.org
# top-most EditorConfig file
root = true
2018-04-03 14:13:16 -04:00
# Global settings
2018-03-29 16:28:14 -04:00
[*]
charset = utf-8
2018-04-03 14:13:16 -04:00
end_of_line = lf
indent_size = 2
2018-03-29 16:28:14 -04:00
indent_style = tab
2018-04-03 14:13:16 -04:00
insert_final_newline = true
2018-03-29 16:28:14 -04:00
2018-04-03 14:13:16 -04:00
# If i ever MUST use a yaml file
[*.yml, *.yaml]
2018-03-29 16:28:14 -04:00
indent_size = 2
indent_style = space