aboutsummaryrefslogtreecommitdiff
path: root/src/fcuny.net/.editorconfig
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-08-31 13:40:48 -0700
committerFranck Cuny <franck@fcuny.net>2025-08-31 13:40:48 -0700
commit042c50e74c6401e4a5db9eb74bf3cb24a71d7377 (patch)
tree49939757ff0339322331f367afd2e8d6f9a66b6e /src/fcuny.net/.editorconfig
parentinstall firefox extension 'clearurls' (diff)
downloadinfra-042c50e74c6401e4a5db9eb74bf3cb24a71d7377.tar.gz
my website will be managed in an external repository
Diffstat (limited to '')
-rw-r--r--src/fcuny.net/.editorconfig12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/fcuny.net/.editorconfig b/src/fcuny.net/.editorconfig
deleted file mode 100644
index df27214..0000000
--- a/src/fcuny.net/.editorconfig
+++ /dev/null
@@ -1,12 +0,0 @@
-root = true
-
-[*]
-charset = utf-8
-end_of_line = lf
-insert_final_newline = true
-indent_size = 2
-indent_style = space
-trim_trailing_whitespace = true
-
-[*.{html,yaml,yml}]
-max_line_length = off