film-exif/.editorconfig

22 lines
352 B
INI
Raw Permalink 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-05-15 16:15:18 -04:00
[package.json]
indent_size = 2
indent_style = space
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