test-field.sh: make sure bt_run_in_py_env() and bt_cli() succeed
[babeltrace.git] / .editorconfig
index 9461f5ba77c4432693913c11e8d82535a7b477e9..7fca3371465aca276315dfa81db3497a6813155c 100644 (file)
@@ -9,6 +9,10 @@ indent_size = 8
 indent_style = tab
 tab_width = 8
 
 indent_style = tab
 tab_width = 8
 
-[*.{py,hpp,cpp}]
+[*.{py,py.in,hpp,cpp}]
 indent_style = space
 indent_size = 4
 indent_style = space
 indent_size = 4
+
+[*.{h,c}]
+indent_style = tab
+indent_size = 8
This page took 0.023335 seconds and 4 git commands to generate.