summaryrefslogtreecommitdiff
path: root/.isort.cfg
diff options
context:
space:
mode:
Diffstat (limited to '.isort.cfg')
-rw-r--r--.isort.cfg11
1 files changed, 11 insertions, 0 deletions
diff --git a/.isort.cfg b/.isort.cfg
new file mode 100644
index 0000000000..e787561d14
--- /dev/null
+++ b/.isort.cfg
@@ -0,0 +1,11 @@
+[settings]
+profile=black
+sections=FUTURE,STDLIB,THIRDPARTY,ARCHSPEC,LLNL,FIRSTPARTY,LOCALFOLDER
+src_paths=lib
+force_sort_within_sections=True
+line_length=79
+known_first_party=spack
+known_archspec=archspec
+known_llnl=llnl
+honor_noqa=True
+use_parentheses=True