File: .editorconfig

package info (click to toggle)
picom 13-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,432 kB
  • sloc: ansic: 25,725; python: 685; sh: 365; makefile: 11
file content (10 lines) | stat: -rw-r--r-- 149 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
root = true
[*.{c,h}]
indent_style = tab
indent_size = 8
max_line_length = 90
[*.py]
indent_style = tab
[*.nix]
indent_style = space
indent_size = 2