Update editorconfig and link to individual folders so it gets picked up properly

This commit is contained in:
Robert Marshall 2022-09-09 10:37:51 +01:00
parent 06dd03ea45
commit 5b69f482c3
3 changed files with 11 additions and 0 deletions

View file

@ -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
View file

@ -0,0 +1 @@
/home/rob/Code/VanControlSystems/.editorconfig

1
lighting/.editorconfig Symbolic link
View file

@ -0,0 +1 @@
/home/rob/Code/VanControlSystems/.editorconfig