X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=.editorconfig;h=ca4f60dcce308708f271bf667609b291614c586c;hb=3996698299a3909799703fcdea9aaa25e3b51853;hp=de5d5ce26f07fed56f775f066645a7646fa20c9d;hpb=f37c9b1a0b5078d4857e83a322d76b7349be659f;p=usb-relay-hid.git diff --git a/.editorconfig b/.editorconfig index de5d5ce..ca4f60d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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