bluenoise-raytracer/raytracer/nvpro_core/.editorconfig
2024-05-25 11:53:25 +02:00

7 lines
163 B
INI

# This is the top-most editor config file
root = true
# Default to 2 space indentation for C/C++ files
[*.{c,cpp,h,hpp,inl}]
indent_size = 2
indent_style = space