From 0ee8e1c92dc4a8e876d8dd1b69147d771bd9eda2 Mon Sep 17 00:00:00 2001 From: grym Date: Fri, 8 Dec 2023 09:35:33 -0500 Subject: [PATCH] Formatting --- README.org | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.org b/README.org index ff03b9b..440fac4 100644 --- a/README.org +++ b/README.org @@ -35,14 +35,14 @@ concerned. They are conveniences for the developer that I have come around over the years to converging on. I develop almost exclusively on linux (distro largely agnostic) and macOS. -- Using the lovely [[https://gitignore.io][gitignore.io]] collection of recommended ignores, I've populated -a =.gitignore= for python and common editors. +- Using the lovely [[https://gitignore.io][gitignore.io]] collection of recommended ignores, I've + populated a =.gitignore= for python and common editors. -- If you like to automate the creation of venvs and installation and whatnot with -=make=, as I do, then the included =Makefile= may be useful. +- If you like to automate the creation of venvs and installation and whatnot + with =make=, as I do, then the included =Makefile= may be useful. -- Automatic code formatting with =black= and =isort= can be accomplished with =.pre-commit-config.yaml= -if [[https://pre-commit.com][pre-commit]] is used. +- Automatic code formatting with =black= and =isort= can be accomplished with + =.pre-commit-config.yaml= if [[https://pre-commit.com][pre-commit]] is used. - And this file is =Readme.org=; choose a markup language of your preference. ** package files