File: .editorconfig

package info (click to toggle)
puppet-module-voxpupuli-posix-acl 1.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 284 kB
  • sloc: ruby: 549; sh: 16; makefile: 8
file content (14 lines) | stat: -rw-r--r-- 206 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# editorconfig.org

# MANAGED BY MODULESYNC

root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 2
tab_width = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true