• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# This extends the root .editorconfig
2root = false
3
4[*.{html,js}]
5trim_trailing_whitespace = true
6insert_final_newline = true
7indent_style = space
8indent_size = 4
9