bubblewrap/.editorconfig
Colin Walters 8c24bf04d7 Add .editorconfig and .dir-locals.el
This should hopefully get things more automatic for more
editors.

I didn't find in a quick search how to teach vim to DTRT by default.

Closes: #56
Approved by: rhatdan
2016-05-06 15:12:48 +00:00

7 lines
104 B
INI

[*.[ch]]
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
indent_brace_style = gnu