Commit graph

15 commits

Author SHA1 Message Date
Edward Litherland-Smith 87fe25f9f3 Remove extra python linters (focus on flake8) 2022-03-03 13:53:47 +00:00
Edward Litherland-Smith 2748712547 Add pylint to python linters for default Heimdall setup 2021-09-06 14:58:43 +01:00
Edward Litherland-Smith 7e7afb7ba6 Change docstring style to rest 2021-06-22 09:05:03 +01:00
Edward Litherland-Smith c2de0c0c57 Set docstring style to numpy, was google 2021-06-22 09:00:34 +01:00
Edward Litherland-Smith c447f291db Add yaml filetype plugin
Set filetype settings for yaml
Enable yamllint for ALE if installed
2021-05-07 08:45:44 +01:00
Edward Litherland-Smith 3aaa2d5ddb Add mypy as a python linter 2021-03-23 14:32:40 +00:00
Edward Litherland-Smith ddd147f808 Remove pylint, replaced with flake8 2021-03-12 14:30:44 +00:00
Edward Litherland-Smith df7e6222bc Add flake8 as python linter 2021-03-12 11:44:49 +00:00
Edward Litherland-Smith 9522f1a352 Change python textwidth to 88 from 79 to match black formatting 2021-02-23 16:09:32 +00:00
Edward Litherland-Smith 09839b8a02 Make tabstop=2 default behvaviour
Reduce extra ft files by making tabstop=2 the default behaviour
and overwriting as needed, instead of multiple files just setting
tabstop for a specific filetype and nothing else
2021-02-23 11:34:38 +00:00
Edward Litherland-Smith 0fa1c87e95 Set tab length to 2 for vim files 2021-02-22 13:13:53 +00:00
Edward Litherland-Smith f4caa3d868 Add colorcolumn to highlight lines too long, set textwidth for
python files
2021-02-11 17:03:29 +00:00
Edward Litherland-Smith 9aa5247f27 Add jedi plugin for python file completion 2021-02-04 15:39:00 +00:00
Edward Litherland-Smith a589dddd0a Rearrange tab settings to avoid duplications/set defualts. Remove empty fortran.vim (for now) and add settings for markdown files 2020-12-16 16:32:50 +00:00
Edward Litherland-Smith c8364bacad Add file specific indent settings, .gitignore 2020-12-16 08:49:19 +00:00