-
-
Notifications
You must be signed in to change notification settings - Fork 652
Closed
Description
- TABs in Makefiles are needed, so keep them.
- Some TABs not used for indentation are also kept.
- TABs in the obsolete directory
devel/sage/sage/server/notebook
(Remove old notebook files #11409) are not fixed. - The directory
sage/graphs/planarity_c
uses a very inconsistent indentation scheme (mixing spaces and TABs and having varying amounts of indentation) is hopeless to easily fix automatically. - Also, make indentation consistent and/or remove trailing spaces in some places.
The release manager script has been updated to check all new patches for added TAB indentation.
Apply:
- attachment: 13899_TAB_sage_root.patch to the root repository
- attachment: 13899_TAB_sagelib.patch and attachment: 13899_doctest.patch to the Sage library
- attachment: 13899_TAB_scripts.patch to the scripts repository
Component: misc
Author: Jeroen Demeyer
Reviewer: Leif Leonhardy, Karl-Dieter Crisman
Merged: sage-5.6.beta3
Issue created by migration from https://trac.sagemath.org/ticket/13899