aboutsummaryrefslogtreecommitdiff
path: root/gdb/setup.cfg
diff options
context:
space:
mode:
authorTom Tromey <tromey@adacore.com>2024-03-20 09:36:40 -0600
committerTom Tromey <tromey@adacore.com>2024-04-02 11:21:31 -0600
commit68982f618b28aebf47343922fb79e59ace0246eb (patch)
treef87b14d4fb9b1afa2c7fd3f1709a91a2da54f918 /gdb/setup.cfg
parente2238b2e2061cffd2b7ae2894747205a56d2f775 (diff)
downloadgdb-68982f618b28aebf47343922fb79e59ace0246eb.zip
gdb-68982f618b28aebf47343922fb79e59ace0246eb.tar.gz
gdb-68982f618b28aebf47343922fb79e59ace0246eb.tar.bz2
Prepare gdb for isort
This patch prepares gdb for isort: it adds a couple of isort marker comments where needed, and it adds an isort clause to setup.cfg. Approved-By: Simon Marchi <simon.marchi@efficios.com>
Diffstat (limited to 'gdb/setup.cfg')
-rw-r--r--gdb/setup.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/setup.cfg b/gdb/setup.cfg
index 2e83eb5..d33058e 100644
--- a/gdb/setup.cfg
+++ b/gdb/setup.cfg
@@ -7,3 +7,6 @@
# E701: Multiple statements on one line (colon)
# W503: line break before binary operator
ignore = E203,E501,E701,W503
+
+[isort]
+profile = black