mirror of
https://github.com/garethflowers/docker-mediawiki-ldap.git
synced 2025-03-18 18:54:03 +00:00
chore(): adds editorconfig
This commit is contained in:
parent
0a0a7ddc9b
commit
8e053b39f3
13
.editorconfig
Normal file
13
.editorconfig
Normal file
@ -0,0 +1,13 @@
|
||||
root = true
|
||||
|
||||
[*]
|
||||
charset = utf-8
|
||||
end_of_line = lf
|
||||
indent_size = 4
|
||||
indent_style = tab
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[*.yml]
|
||||
indent_size = 2
|
||||
indent_style = space
|
Loading…
Reference in New Issue
Block a user