mirror of
https://github.com/humhub/humhub.git
synced 2025-01-16 13:51:42 +01:00
Added .editorconfig code style configuration file
This commit is contained in:
parent
78c4aed2c1
commit
f2c84e70f9
14
.editorconfig
Normal file
14
.editorconfig
Normal 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
|
@ -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)
|
||||
--------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user