godot/modules/gridmap
Rémi Verschelde 817dd7ccbb style: Fix PEP8 blank lines issues in Python files
Done with `autopep8 --select=E3,W3`, fixes:

- E301 - Add missing blank line.
- E302 - Add missing 2 blank lines.
- E303 - Remove extra blank lines.
- E304 - Remove blank line following function decorator.
- E309 - Add missing blank line.
- W391 - Remove trailing blank lines.
2016-11-01 00:35:16 +01:00
..
config.py style: Fix PEP8 blank lines issues in Python files 2016-11-01 00:35:16 +01:00
grid_map.cpp Concluded base visual scripting! can edit but not run though. 2016-08-04 00:05:35 -03:00
grid_map.h manually fix indent 2016-04-20 21:21:51 +03:00
grid_map_editor_plugin.cpp Improve/fix GridMap editor 2016-08-21 03:41:19 +02:00
grid_map_editor_plugin.h Improve/fix GridMap editor 2016-08-21 03:41:19 +02:00
register_types.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
register_types.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
SCsub SCsub: Add python shebang as a hint for syntax highlighting 2016-10-17 20:10:46 +02:00