.editorconfig
author Riwad Salim
Thu, 05 Jul 2018 11:49:21 +0200
changeset 566 238d1023c776
parent 309 c5b524696fb3
permissions -rw-r--r--
adding two fields for images links in collections and removing piwik from iconolab application in template -- HG: user: Riwad Salim HG: branch 'default' HG: added src/iconolab/migrations/0032_auto_20180704_1131.py HG: changed src/iconolab/models.py *** Adding two fields to collection for image link constitution and removing piwik from iconolab generic application

root = true

[*]
charset = utf-8
indent_style = space
indent_size = 4
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[*.html]
indent_style = space
indent_size = 2