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

Side by Side Diff: editorconfig

Issue 29355231: Fixes 4479 - Default editorconfig settings not being applied (Closed) Base URL: https://bitbucket.org/fhd/codingtools
Patch Set: Created Sept. 28, 2016, 7:42 a.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
1 # EditorConfig is awesome: http://EditorConfig.org 1 # EditorConfig is awesome: http://EditorConfig.org
2 2
3 # top-most EditorConfig file 3 # top-most EditorConfig file
4 root = true 4 root = true
5 5
6 # Defaults 6 # Defaults
7 [*]
7 indent_style = space 8 indent_style = space
8 indent_size = 2 9 indent_size = 2
9 end_of_line = lf 10 end_of_line = lf
10 charset = utf-8 11 charset = utf-8
11 trim_trailing_whitespace = true 12 trim_trailing_whitespace = true
12 insert_final_newline = true 13 insert_final_newline = true
13 14
14 # PEP 8 15 # PEP 8
15 [*.py] 16 [*.py]
16 indent_size = 4 17 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