# Editor configuration file # https://EditorConfig.org # top-most EditorConfig file root = true # General stype [*] trim_trailing_whitespace = true insert_final_newline = true # We could try to force some line ending ## end_of_line = lf # Tab indentation [*.{c,cpp,h}] indent_style = tab indent_size = 8