Add `std::optional` replacement (`nonstd::optional`)
[babeltrace.git] / .editorconfig
index cd6d86c9ceaa64eeefee38d375f6794eabd8e945..9461f5ba77c4432693913c11e8d82535a7b477e9 100644 (file)
@@ -4,11 +4,11 @@ root = true
 end_of_line = lf
 insert_final_newline = true
 trim_trailing_whitespace = true
-
-[*.{c,h,i}]
+charset = utf-8
+indent_size = 8
 indent_style = tab
 tab_width = 8
 
-[*.py]
+[*.{py,hpp,cpp}]
 indent_style = space
 indent_size = 4
This page took 0.022525 seconds and 4 git commands to generate.