# Editor configuration file # https://EditorConfig.org # top-most EditorConfig file root = true # General stype [*] trim_trailing_whitespace = true insert_final_newline = true # Indentation using spaces [*.{c,cpp,h}] indent_style = space indent_size = 2