mirror of
https://github.com/c0de-archive/django-gallery.git
synced 2024-12-22 02:02:40 +00:00
88d195c207
This project will be to create an image gallery with support for private 'folders' as well as other ideas that I have
17 lines
313 B
INI
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
|