servarr-stack – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 # This file is globally distributed to all container image projects from
2 # https://github.com/linuxserver/docker-jenkins-builder/blob/master/.editorconfig
3  
4 # top-most EditorConfig file
5 root = true
6  
7 # Unix-style newlines with a newline ending every file
8 [*]
9 end_of_line = lf
10 insert_final_newline = true
11 # trim_trailing_whitespace may cause unintended issues and should not be globally set true
12 trim_trailing_whitespace = false
13  
14 [{Dockerfile*,**.yml}]
15 indent_style = space
16 indent_size = 2
17  
18 [{**.sh,root/etc/s6-overlay/s6-rc.d/**,root/etc/cont-init.d/**,root/etc/services.d/**}]
19 indent_style = space
20 indent_size = 4