projects
/
usb-relay-hid.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac36c33
)
editorconfig - added python defs
author
pavel
<pavel@aaa>
Sat, 28 Mar 2015 00:59:16 +0000
(
03:59
+0300)
committer
pavel
<pavel@aaa>
Sat, 28 Mar 2015 00:59:16 +0000
(
03:59
+0300)
.editorconfig
patch
|
blob
|
blame
|
history
diff --git
a/.editorconfig
b/.editorconfig
index de5d5ce26f07fed56f775f066645a7646fa20c9d..74102affb79bee0c9acf137f663f8426bbaf520f 100644
(file)
--- a/
.editorconfig
+++ b/
.editorconfig
@@
-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