Miguel Yanez Barreto 420e94c83d Add .editorconfig file matching Google's style guides (more or less).
GitOrigin-RevId=14926f6a82eb34f0087e9c52bc1dbca136c2736e

PiperOrigin-RevId: 146824999
2017-02-08 12:48:15 -08:00

19 lines
275 B
INI

# http://editorconfig.org
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = true
[*.java]
max_line_length = 100
continuation_indent_size = 4