Skip to content
Snippets Groups Projects
Commit b4098ab5 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Merge branch 'june-monster-maint' into 'master'

June monster maint

See merge request !73
parents 52a6a4ca 26540439
No related branches found
No related tags found
No related merge requests found
# https://editorconfig.org/
# https://github.com/editorconfig/editorconfig-vim
# https://github.com/editorconfig/editorconfig-emacs
root = true
[*]
indent_style = space
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.py]
indent_size = 4
[*.rst]
indent_size = 4
[*.cpp]
indent_size = 2
[*.hpp]
indent_size = 2
# There may be one in doc/
[Makefile]
indent_style = tab
# https://github.com/microsoft/vscode/issues/1679
[*.md]
trim_trailing_whitespace = false
......@@ -42,6 +42,7 @@ def main():
packages=find_packages(),
python_requires="~=3.6",
install_requires=[
"pytest>=2.3",
"pytools>=2018.5.2",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment