mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-24 03:59:45 +01:00
fix ends of lines
This commit is contained in:
parent
bae66cc80e
commit
a2c3d9248d
@ -69,4 +69,3 @@ end_of_line = crlf
|
|||||||
[*.{cff,yaml,yml}]
|
[*.{cff,yaml,yml}]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
|
||||||
|
@ -112,4 +112,3 @@ trust-model tofu+pgp
|
|||||||
# WoT with TOFU’s conflict detection, but without positive trust. This may
|
# WoT with TOFU’s conflict detection, but without positive trust. This may
|
||||||
# be better due to https://gitea.blesmrt.net/mikaela/pgp-alt-wot/ and lsign.
|
# be better due to https://gitea.blesmrt.net/mikaela/pgp-alt-wot/ and lsign.
|
||||||
tofu-default-policy unknown
|
tofu-default-policy unknown
|
||||||
|
|
||||||
|
@ -3,4 +3,3 @@
|
|||||||
set runtimepath^=~/.vim runtimepath+=~/.vim/after
|
set runtimepath^=~/.vim runtimepath+=~/.vim/after
|
||||||
let &packpath = &runtimepath
|
let &packpath = &runtimepath
|
||||||
source ~/.vimrc
|
source ~/.vimrc
|
||||||
|
|
||||||
|
@ -2,4 +2,3 @@
|
|||||||
# Note the port 4460
|
# Note the port 4460
|
||||||
ntsserverkey /etc/chrony/tls/etro.mikaela.info.key
|
ntsserverkey /etc/chrony/tls/etro.mikaela.info.key
|
||||||
ntsservercert /etc/chrony/tls/etro.mikaela.info.crt
|
ntsservercert /etc/chrony/tls/etro.mikaela.info.crt
|
||||||
|
|
||||||
|
@ -1,3 +1,2 @@
|
|||||||
[mysqld]
|
[mysqld]
|
||||||
feedback=ON
|
feedback=ON
|
||||||
|
|
||||||
|
@ -4,4 +4,3 @@ performance_schema = off
|
|||||||
[mariadb]
|
[mariadb]
|
||||||
aria_pagecache_buffer_size = 32m
|
aria_pagecache_buffer_size = 32m
|
||||||
aria_sort_buffer_size = 32m
|
aria_sort_buffer_size = 32m
|
||||||
|
|
||||||
|
@ -54,4 +54,3 @@ server {
|
|||||||
# deny all;
|
# deny all;
|
||||||
#}
|
#}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -20,4 +20,3 @@ location / {
|
|||||||
proxy_pass http://localhost:8080;
|
proxy_pass http://localhost:8080;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -21,4 +21,3 @@ User=BOTUSER
|
|||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
||||||
|
@ -112,4 +112,3 @@ trust-model tofu+pgp
|
|||||||
# WoT with TOFU’s conflict detection, but without positive trust. This may
|
# WoT with TOFU’s conflict detection, but without positive trust. This may
|
||||||
# be better due to https://gitea.blesmrt.net/mikaela/pgp-alt-wot/ and lsign.
|
# be better due to https://gitea.blesmrt.net/mikaela/pgp-alt-wot/ and lsign.
|
||||||
tofu-default-policy unknown
|
tofu-default-policy unknown
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user