about summary refs log tree commit diff stats
path: root/.prettierrc.json
diff options
context:
space:
mode:
authorHygna <hygna@proton.me>2022-10-25 12:43:59 +0100
committerHygna <hygna@proton.me>2022-10-25 12:43:59 +0100
commit65243b5b9354034d2d46cbf69dfa4d96b0a76632 (patch)
tree4d7d1bd551d4350207633ef0d9db36fd0c79ef81 /.prettierrc.json
parentStopped tracking generated html files in git (diff)
downloadlibredirect-65243b5b9354034d2d46cbf69dfa4d96b0a76632.zip
Improved the instance fetcher
Changed the image used in CI

Started fetching Whoogle & SimplyTranslate tor & i2p instances

Started using a custom user agent for transparency
Diffstat (limited to '.prettierrc.json')
-rw-r--r--.prettierrc.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/.prettierrc.json b/.prettierrc.json
index 3ac20a06..ce2a27b2 100644
--- a/.prettierrc.json
+++ b/.prettierrc.json
@@ -5,6 +5,7 @@
 	"arrowParens": "avoid",
 	"printWidth": 200,
 	"bracketSameLine": true,
+	"endOfLine": "lf",
 	"overrides": [
 		{
 			"files": ["*.js", "*.json"],