git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/.pylintrc
blob: 92ee90200ee47c723d767003e32d47dc08e2a3e0 (plain)
1
2
3
4
5
6
7
# vim:syntax=dosini
[MASTER]
jobs=2

[FORMAT]
#indent-string='\t'
max-line-length=100
Name.Variable.Global */ .highlight .vi { color: #aa0000 } /* Name.Variable.Instance */ .highlight .vm { color: #aa0000 } /* Name.Variable.Magic */ .highlight .il { color: #009999 } /* Literal.Number.Integer.Long */
# .bash_profile

# Set umask to something world-unreadable in any case
umask 027

# Get the aliases and functions
if [ -f ~/.bashrc ]; then
	. ~/.bashrc
fi

# User specific environment and startup programs