Files
opendaq-example-function-block/.editorconfig
Jaka Mohorko 60daee2a73 Initial commit
2025-01-22 14:36:53 +01:00

15 lines
293 B
INI

root = true
[{*.{cpp,h},CMakeLists.txt,*.rtclass,*.cmake,*.json}]
indent_style = space
indent_size = 4
tab_size = 4
insert_final_newline = true
trim_trailing_whitespace = true
[*.yml]
ident_style = space
ident_size = 2
tab_size = 2
insert_final_newline = true
trim_trailing_whitespace = true