]> Nutra Git (v1) - nutratech/vps-root.git/commitdiff
disable password auth; .gitignore, .editorconfig
authornutra-bot <nutradigest@gmail.com>
Wed, 24 Dec 2025 09:42:25 +0000 (09:42 +0000)
committernutra-bot <nutradigest@gmail.com>
Wed, 24 Dec 2025 09:42:34 +0000 (09:42 +0000)
.editorconfig [new file with mode: 0644]
.gitignore [new file with mode: 0644]

diff --git a/.editorconfig b/.editorconfig
new file mode 100644 (file)
index 0000000..376972d
--- /dev/null
@@ -0,0 +1,40 @@
+root = true
+
+[*]
+indent_style = space
+indent_size = 4
+end_of_line = lf
+charset = utf-8
+trim_trailing_whitespace = true
+
+max_line_length = 100
+
+
+[{default,default.conf}]
+indent_size = 2
+
+
+[{nutra,*.py}]
+max_line_length = 88
+
+
+[*.{yaml,yml}]
+indent_size = 2
+
+
+[Makefile]
+indent_style = tab
+max_line_length = 120
+
+
+[*.md]
+max_line_length = 90
+trim_trailing_whitespace = false
+
+
+[*.rst]
+max_line_length = 79
+
+
+[{COMMIT_EDITMSG,MERGE_MSG,SQUASH_MSG,TAG_EDITMSG,git-rebase-todo}]
+max_line_length = 72
diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..49917a2
--- /dev/null
@@ -0,0 +1,9 @@
+# Ignore all
+*
+#**/*
+#**
+# Unignore all with extensions
+#!*.*
+# Unignore all dirs
+# !*/
+