summaryrefslogtreecommitdiffstats
path: root/src/freedreno
diff options
context:
space:
mode:
Diffstat (limited to 'src/freedreno')
-rw-r--r--src/freedreno/.editorconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/freedreno/.editorconfig b/src/freedreno/.editorconfig
new file mode 100644
index 00000000000..5dff7105197
--- /dev/null
+++ b/src/freedreno/.editorconfig
@@ -0,0 +1,5 @@
+[*.{c,h,cpp,hpp,cc,hh}]
+indent_style = tab
+indent_size = 4
+tab_width = 4
+max_line_length = 78