Added pjoject files for VS2017
[usb-relay-hid.git] / .editorconfig
index de5d5ce26f07fed56f775f066645a7646fa20c9d..ca4f60dcce308708f271bf667609b291614c586c 100644 (file)
@@ -1,5 +1,5 @@
-; Keep this consistent with .gitattributes
-; http://editorconfig.org/#supported-properties
+; Editorconfig settings: see http://editorconfig.org/#supported-properties
+; Keep this file consistent with .gitattributes ! end_of_line <-> eol=crlf
 
 root = true  ; top-most EditorConfig file
 
@@ -30,3 +30,10 @@ end_of_line = crlf
 end_of_line = crlf
 indent_style = space
 indent_size = 2
+
+[*.py]
+indent_style = space
+indent_size = 4
+trim_trailing_whitespace = true
+end_of_line = lf
+charset = utf-8