diff options
Diffstat (limited to 'libs/dds_header/.editorconfig')
| -rw-r--r-- | libs/dds_header/.editorconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libs/dds_header/.editorconfig b/libs/dds_header/.editorconfig new file mode 100644 index 0000000..f64592a --- /dev/null +++ b/libs/dds_header/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*.py] +indent_style = space +indent_size = 4 + +[{CMakeLists.txt, *.cmake}] +indent_style = space +indent_size = 4 |
