• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# EditorConfig : http://EditorConfig.org
2
3root = true
4
5[*]
6indent_style = space
7indent_size = 4
8tab_width = 8
9
10[Makefile*]
11indent_style = tab
12