aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
blob: f0f2032a04c4437d0b16b7a896480fb34efc2fc7 (plain)
  1. # editorconfig.org
  2. root = true
  3. [*]
  4. end_of_line = lf
  5. charset = utf-8
  6. insert_final_newline = true
  7. [*.js]
  8. trim_trailing_whitespace = true
  9. indent_style = space
  10. indent_size = 2
  11. [{*.c,Makefile}]
  12. trim_trailing_whitespace = true
  13. indent_style = tab