Skip to content
Snippets Groups Projects

Add a .editorconfig file

Closed Jakob Botsch Nielsen requested to merge jakobbotsch/stdpp:editorconfig into master
1 file
+ 10
0
Compare changes
  • Side-by-side
  • Inline
.editorconfig 0 → 100644
+ 10
0
# editorconfig.org
# top-most EditorConfig file
root = true
[*]
insert_final_newline = true
indent_size = 2
indent_style = space
trim_trailing_whitespace = true
Loading