• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1root = true
2
3[*]
4indent_size = 2
5charset = utf-8
6trim_trailing_whitespace = true
7insert_final_newline = true
8
9[*.{kt, kts}]
10kotlin_imports_layout = ascii
11