diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/D3D9/.editorconfig | 2 | ||||
-rw-r--r-- | include/c11/.editorconfig | 3 | ||||
-rw-r--r-- | include/d3dadapter/.editorconfig | 3 | ||||
-rw-r--r-- | include/vulkan/.editorconfig | 3 |
4 files changed, 11 insertions, 0 deletions
diff --git a/include/D3D9/.editorconfig b/include/D3D9/.editorconfig new file mode 100644 index 00000000000..0dcc752e463 --- /dev/null +++ b/include/D3D9/.editorconfig @@ -0,0 +1,2 @@ +[*.h] +indent_style = tab diff --git a/include/c11/.editorconfig b/include/c11/.editorconfig new file mode 100644 index 00000000000..bdbea000b53 --- /dev/null +++ b/include/c11/.editorconfig @@ -0,0 +1,3 @@ +[*.h] +indent_style = space +indent_size = 4 diff --git a/include/d3dadapter/.editorconfig b/include/d3dadapter/.editorconfig new file mode 100644 index 00000000000..bdbea000b53 --- /dev/null +++ b/include/d3dadapter/.editorconfig @@ -0,0 +1,3 @@ +[*.h] +indent_style = space +indent_size = 4 diff --git a/include/vulkan/.editorconfig b/include/vulkan/.editorconfig new file mode 100644 index 00000000000..bdbea000b53 --- /dev/null +++ b/include/vulkan/.editorconfig @@ -0,0 +1,3 @@ +[*.h] +indent_style = space +indent_size = 4 |