Commit Graph

4 Commits

Author SHA1 Message Date
T. Joseph Carter 4091c970f4 Add git files and cppo to .editorconfig
If the use of a four-space tab for files under .git aside from patches (and
commit messages if you use commit.verbose) is annoying to you, feel free to PR
this to make the .editorconfig more specific.

Additionally, cppo was not explicitly specified in editorconfig.  EditorConfig
applies rules based on filename, not filetype.  That doesn't bother me--there is
a vim modeline in the fiel.  It might bother you if you use something else.
2017-07-18 11:03:24 -07:00
T. Joseph Carter 5266d532fc Make the editorconfig line limit 79 globally 2017-06-24 03:08:08 -07:00
T. Joseph Carter ffbdbc4823 Add linewrap to editorconfig, doc for custom types 2017-06-21 22:47:20 -07:00
T. Joseph Carter fb07295e6c One of many versions of cppo I've got around here
This one's missing a lot of the cleanups I've done to the others (it
isn't even python3), but it has the debug print statements and the
formatting is generally pretty good.  I'll go through my local trees and
begin applying some fixes to this code in various repositories and we'll
see if we can't begin refactoring it completely.
2017-06-20 19:27:38 -07:00