1root = true 2 3[*.{py,c,cpp,h,js,rst,md,yml}] 4trim_trailing_whitespace = true 5insert_final_newline = true 6indent_style = space 7 8[*.{py,c,cpp,h}] 9indent_size = 4 10 11[*.rst] 12indent_size = 3 13 14[*.{js,yml}] 15indent_size = 2 16