add .editorconfig
This commit is contained in:
parent
8531e4d0be
commit
b5f9e6e30e
3 changed files with 14 additions and 2 deletions
14
.editorconfig
Normal file
14
.editorconfig
Normal file
|
@ -0,0 +1,14 @@
|
|||
[*]
|
||||
charset = utf-8
|
||||
end_of_line = lf
|
||||
indent_style = tab
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
|
||||
[locales/**.ftl]
|
||||
indent_style = spaces
|
||||
indent_size = 4
|
||||
|
||||
[*.yaml]
|
||||
indent_style = spaces
|
||||
indent_size = 2
|
|
@ -8,4 +8,3 @@ reg-register =
|
|||
.label-password = Password
|
||||
.label-domain = Domain
|
||||
.submit-button = Register domain
|
||||
|
||||
|
|
|
@ -8,4 +8,3 @@ reg-register =
|
|||
.label-password = Clé de passe
|
||||
.label-domain = Domaine
|
||||
.submit-button = Enregistrer le domaine
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue