Update editorconfig and link to individual folders so it gets picked up properly
This commit is contained in:
parent
06dd03ea45
commit
5b69f482c3
3 changed files with 11 additions and 0 deletions
|
@ -4,3 +4,12 @@ root = true
|
|||
indent_style = tab
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
|
||||
[*.{c++,cc,cpp,cxx,h,h++,hh,hpp,hxx,inl,ipp,tlh,tli}]
|
||||
cpp_indent_case_contents_when_block = true
|
||||
cpp_new_line_before_open_brace_namespace = same_line
|
||||
cpp_new_line_before_open_brace_type = same_line
|
||||
cpp_new_line_before_open_brace_function = same_line
|
||||
cpp_new_line_before_open_brace_block = same_line
|
||||
cpp_new_line_before_open_brace_lambda = same_line
|
||||
cpp_new_line_before_open_brace_type = same_line
|
||||
|
|
1
kitchen/.editorconfig
Symbolic link
1
kitchen/.editorconfig
Symbolic link
|
@ -0,0 +1 @@
|
|||
/home/rob/Code/VanControlSystems/.editorconfig
|
1
lighting/.editorconfig
Symbolic link
1
lighting/.editorconfig
Symbolic link
|
@ -0,0 +1 @@
|
|||
/home/rob/Code/VanControlSystems/.editorconfig
|
Loading…
Add table
Add a link
Reference in a new issue