Added .editorconfig code style configuration file

This commit is contained in:
Lucas Bartholemy 2017-02-10 00:02:42 +01:00
parent 78c4aed2c1
commit f2c84e70f9
2 changed files with 15 additions and 0 deletions

14
.editorconfig Normal file
View File

@ -0,0 +1,14 @@
# editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false

View File

@ -9,6 +9,7 @@ HumHub Change Log
- Enh: Added logging table cleanup job (luke-)
- Enh: Added new version check as ActiveJob (luke-)
- Enh: Moved user configuration params 'minUsernameLength' + 'adminCanChangeProfileImages' to user module class (luke-)
- Enh: Added .editorconfig code style configuration file (luke-)
1.2.0-beta.1 (February 08, 2017)
--------------------------------