Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: .editorconfig

Issue 29346533: Issue 3693 - Created global editorconfig (Closed)
Patch Set: Created June 15, 2016, 1:16 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .editorconfig
===================================================================
new file mode 100644
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,16 @@
+# EditorConfig is awesome: http://EditorConfig.org
+
+# top-most EditorConfig file
+root = true
+
+# Defaults
kzar 2016/09/16 10:01:05 Perhaps we should add `max_line_length = 80`?
Wladimir Palant 2016/09/16 10:29:01 "Supported By A Limited Number of Editors" But ev
kzar 2016/09/16 10:37:51 Ah you're right, never mind.
Thomas Greiner 2016/09/16 11:55:54 According to https://github.com/editorconfig/edito
+indent_style = space
+indent_size = 2
+end_of_line = lf
+charset = utf-8
+trim_trailing_whitespace = true
Thomas Greiner 2016/09/16 11:55:54 For me personally, this one is quite inconvenient
Wladimir Palant 2016/09/16 12:15:32 I guess that's why Atom isn't trimming whitespace
+insert_final_newline = true
+
+# PEP 8
+[*.py]
+indent_size = 4
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld