aboutsummaryrefslogtreecommitdiff
path: root/src/fcuny.net/.editorconfig
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-07-14 08:56:53 -0700
committerFranck Cuny <franck@fcuny.net>2025-07-14 08:56:53 -0700
commitc4afe667db7734f41de3fca9d1c18e309abcc1d8 (patch)
tree3b3d88d4c7c38a1758d5313e8116181900b8e864 /src/fcuny.net/.editorconfig
parentcreate common network configuration for nixos (diff)
downloadinfra-c4afe667db7734f41de3fca9d1c18e309abcc1d8.tar.gz
import my website under `src`
This does not import the history of the previous repository.
Diffstat (limited to '')
-rw-r--r--src/fcuny.net/.editorconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/fcuny.net/.editorconfig b/src/fcuny.net/.editorconfig
new file mode 100644
index 0000000..df27214
--- /dev/null
+++ b/src/fcuny.net/.editorconfig
@@ -0,0 +1,12 @@
+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