Plugins/CheckerPlugins/CodeStyleChecker/__init__.py@5636dc48e1a0
Plugins/CheckerPlugins/CodeStyleChecker/__init__.py
Mon, 07 Sep 2015 22:34:55 +0200
- author
- T.Rzepka <Tobias.Rzepka@gmail.com>
- date
- Mon, 07 Sep 2015 22:34:55 +0200
- changeset 4445
- 5636dc48e1a0
- parent 4021
-
195a471c327b
- child 4631
-
5c1a96925da4
- permissions
- -rw-r--r--
Own fixer for missing whitespaces around operators (1 pass fix) implemented.
# -*- coding: utf-8 -*-
# Copyright (c) 2011 - 2015 Detlev Offenbach <detlev@die-offenbachs.de>
#
"""
Package containing the code style checker and fixer plug-in.
"""