• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1
2root = true
3
4[{src,scripts}/**.{ts,json,js}]
5end_of_line = crlf
6charset = utf-8
7trim_trailing_whitespace = true
8insert_final_newline = true
9indent_style = space
10indent_size = 4
11