Initial commit of Cite Q code from Wikipedia, August 2026
This commit is contained in:
commit
e36f1d597d
3 changed files with 868 additions and 0 deletions
28
.editorconfig
Normal file
28
.editorconfig
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
# Defines coding style rules for most editors and IDEs
|
||||
# See: https://editorconfig.org
|
||||
|
||||
root = true
|
||||
|
||||
[*]
|
||||
end_of_line = lf
|
||||
charset = utf-8
|
||||
insert_final_newline = true
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[*.lua]
|
||||
indent_style = tab
|
||||
|
||||
[*.{json,html,xml,yml,yaml}]
|
||||
indent_size = 2
|
||||
|
||||
[*.csv]
|
||||
end_of_line = crlf
|
||||
trim_trailing_whitespace = false
|
||||
|
||||
[*.md]
|
||||
trim_trailing_whitespace = false
|
||||
|
||||
[Makefile]
|
||||
indent_style = tab
|
||||
Loading…
Add table
Add a link
Reference in a new issue