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

Unified 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.
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
===================================================================
--- a/editorconfig
+++ b/editorconfig
@@ -1,14 +1,15 @@
# EditorConfig is awesome: http://EditorConfig.org
# top-most EditorConfig file
root = true
# Defaults
+[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
# PEP 8
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld