Add .editorconfig file
[lttng-tools.git] / .editorconfig
diff --git a/.editorconfig b/.editorconfig
new file mode 100644 (file)
index 0000000..8b16dce
--- /dev/null
@@ -0,0 +1,15 @@
+# SPDX-License-Identifier: GPL-2.0-only
+
+root = true
+
+[*]
+end_of_line = lf
+insert_final_newline = true
+indent_style = tab
+indent_size = 8
+tab_width = 8
+charset = utf-8
+
+[*.py]
+indent_style = space
+indent_size = 4
This page took 0.023587 seconds and 4 git commands to generate.