This website requires JavaScript.
Explore
Help
Sign In
northern-lighthouse
/
godot
Watch
1
Star
0
Fork
0
You've already forked godot
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
2e2a049d3ccff4e7b804c022e673d3efe2eb65c1
godot
/
modules
/
gdscript
History
Rémi Verschelde
c43c3747cf
Merge pull request
#32808
from bojidar-bg/30937-less-strict-mixed-spacing
...
Allow mixed tabs and spaces when indentation does not depend on tab size
2019-10-25 23:16:04 +02:00
..
doc_classes
…
editor
…
icons
…
language_server
Small fixes to redundand code, copy paste bugs
2019-10-14 11:40:55 +02:00
config.py
…
gdscript_compiler.cpp
…
gdscript_compiler.h
…
gdscript_editor.cpp
Fix autocompletion for singletons
2019-10-17 10:48:13 +02:00
gdscript_function.cpp
Fixed some obvious typos in error messages
2019-10-05 15:33:30 +02:00
gdscript_function.h
…
gdscript_functions.cpp
…
gdscript_functions.h
…
gdscript_parser.cpp
Merge pull request
#32808
from bojidar-bg/30937-less-strict-mixed-spacing
2019-10-25 23:16:04 +02:00
gdscript_parser.h
Allow mixed tabs and spaces when indentation does not depend on tab size
2019-10-25 14:54:57 +03:00
gdscript_tokenizer.cpp
Merge pull request
#32808
from bojidar-bg/30937-less-strict-mixed-spacing
2019-10-25 23:16:04 +02:00
gdscript_tokenizer.h
Allow mixed tabs and spaces when indentation does not depend on tab size
2019-10-25 14:54:57 +03:00
gdscript.cpp
…
gdscript.h
…
register_types.cpp
…
register_types.h
…
SCsub
…