Add editorconfig file

This commit is contained in:
Miguel Carvajal 2018-07-19 09:11:34 +02:00
parent afb64fce21
commit 1b2abad62f
2 changed files with 12 additions and 1 deletions

11
.editorconfig Normal file
View File

@ -0,0 +1,11 @@
# EditorConfig: https://EditorConfig.org
# top-most EditorConfig file
root = true
end_of_line = lf
insert_final_newline = true
[*.{f90,F90}]
charset = utf-8
indent_style = space
indent_size = 8

View File

@ -40,7 +40,7 @@ The following libraries have been isolated and partially encapsulated in view of
- LRlib: performs a variety of tasks connected with (time-dependent) DFPT, to be used also in connection with Many-Body Perturbation Theory. - LRlib: performs a variety of tasks connected with (time-dependent) DFPT, to be used also in connection with Many-Body Perturbation Theory.
## Contributing ## Contributing
Before contributing please read the [Contribution Guidelines](CONTRIBUTING.MD) Before contributing please read the [Contribution Guidelines](CONTRIBUTING.MD).