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

Side by Side Diff: .editorconfig

Issue 29346533: Issue 3693 - Created global editorconfig (Closed)
Patch Set: Created June 15, 2016, 1:16 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # EditorConfig is awesome: http://EditorConfig.org
2
3 # top-most EditorConfig file
4 root = true
5
6 # 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
7 indent_style = space
8 indent_size = 2
9 end_of_line = lf
10 charset = utf-8
11 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
12 insert_final_newline = true
13
14 # PEP 8
15 [*.py]
16 indent_size = 4
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld