Juan Linietsky
10 år sedan
förälder
incheckning
229f607d8a
1 ändrade filer med
10 tillägg och
0 borttagningar
-
10
0
.editorconfig
|
@@ -0,0 +1,10 @@
|
|
|
+root = true
|
|
|
+
|
|
|
+[*]
|
|
|
+charset = utf-8
|
|
|
+end_of_line = lf
|
|
|
+indent_style = tab
|
|
|
+
|
|
|
+[.travis.yml]
|
|
|
+indent_style = space
|
|
|
+indent_size = 2
|