Parcourir la source

added editorconfig

j8
isymchych il y a 10 ans
Parent
révision
91fbf1e274
1 fichiers modifiés avec 10 ajouts et 0 suppressions
  1. 10
    0
      .editorconfig

+ 10
- 0
.editorconfig Voir le fichier

@@ -0,0 +1,10 @@
1
+# http://editorconfig.org
2
+root = true
3
+
4
+[*]
5
+charset = utf-8
6
+end_of_line = lf
7
+indent_size = 4
8
+indent_style = space
9
+max_line_length = 80
10
+trim_trailing_whitespace = true

Chargement…
Annuler
Enregistrer