# EditorConfig helps us maintain consistent formatting on non-source files.# Visit https://editorconfig.org/ for details on how to configure your editor to respect these settings.# This is the terminal .editorconfig in this repository.root = true[*]indent_style = spacetrim_trailing_whitespace = trueinsert_final_newline = trueend_of_line = lf[*.{yaml,yml}]indent_size = 2[Makefile]indent_style = tabindent_size = 4