django-gallery/.editorconfig
c0de 88d195c207 Initial Commit
This project will be to create an image gallery
with support for private 'folders' as well as other
ideas that I have
2018-03-08 19:23:19 -06:00

17 lines
313 B
INI

# EditorConfig is awesome: http://EditorConfig.org
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
# 4 space indentation
[*.py]
indent_style = space
indent_size = 4