summary refs log tree commit diff
diff options
context:
space:
mode:
authorDeepBlueV7.X <nicolas.werner@hotmail.de>2023-10-21 20:51:59 +0000
committerGitHub <noreply@github.com>2023-10-21 20:51:59 +0000
commit54ffd335b77f3d30c4ec4e73895ba750dc00d7e5 (patch)
tree56aa7d30c71d798e28ae0280894471016001fdb7
parentAdd a way to compact the database (diff)
parentadd .editorconfig based on .clang-format (diff)
downloadnheko-54ffd335b77f3d30c4ec4e73895ba750dc00d7e5.tar.xz
Merge pull request #1585 from Mikaela/gitattributes2
.{gitattributes,editorconfig} take two
-rw-r--r--.editorconfig8
-rw-r--r--.gitattributes3
2 files changed, 11 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644

index 00000000..65ee036b --- /dev/null +++ b/.editorconfig
@@ -0,0 +1,8 @@ +root = true + +[*] +insert_final_newline = true +charset = utf-8 +indent_style = space +indent_size = 4 +max_line_length = 100 diff --git a/.gitattributes b/.gitattributes new file mode 100644
index 00000000..04bb3c2a --- /dev/null +++ b/.gitattributes
@@ -0,0 +1,3 @@ +# Explicitly disable EOL normalization +* -text diff +third_party/** linguist-vendored