Parcourir la source

Unified editorconfig accross all projects

tags/v1.0.0
Thomas Boerger il y a 7 ans
Parent
révision
3d2138812c
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec 6 ajouts et 6 suppressions
  1. 6
    6
      .editorconfig

+ 6
- 6
.editorconfig Voir le fichier

@@ -11,17 +11,17 @@ trim_trailing_whitespace = true
indent_style = tab
indent_size = 8

[*.tmpl]
indent_style = tab
indent_size = 2

[Makefile]
[*.{tmpl,html}]
indent_style = tab
indent_size = 4

[*.{less,yml}]
indent_style = space
indent_size = 2
indent_size = 4

[*.js]
indent_style = space
indent_size = 4

[Makefile]
indent_style = tab

Chargement…
Annuler
Enregistrer