mirror of
https://github.com/linuxserver/docker-audacity.git
synced 2025-06-07 10:08:43 +02:00
Bot Updating Templated Files
This commit is contained in:
parent
6998bad640
commit
43e782bf72
5 changed files with 25 additions and 8 deletions
20
.editorconfig
Executable file
20
.editorconfig
Executable file
|
@ -0,0 +1,20 @@
|
|||
# This file is globally distributed to all container image projects from
|
||||
# https://github.com/linuxserver/docker-jenkins-builder/blob/master/.editorconfig
|
||||
|
||||
# top-most EditorConfig file
|
||||
root = true
|
||||
|
||||
# Unix-style newlines with a newline ending every file
|
||||
[*]
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
# trim_trailing_whitespace may cause unintended issues and should not be globally set true
|
||||
trim_trailing_whitespace = false
|
||||
|
||||
[{Dockerfile*,**.yml}]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
||||
[{**.sh,root/etc/cont-init.d/**,root/etc/services.d/**}]
|
||||
indent_style = space
|
||||
indent_size = 4
|
Loading…
Add table
Add a link
Reference in a new issue