indentation

This commit is contained in:
Lukas Woehrl
2016-12-23 22:55:51 +01:00
parent f9ffe89cbd
commit 2a57da06af
2 changed files with 7 additions and 1 deletions

View File

@@ -8,6 +8,12 @@
# Visual studio code # Visual studio code
.vscode .vscode
*.pdb
*.tlog
*.obj
*.pch
*.log
*.orig
# Xcode # Xcode
## Build generated ## Build generated

View File

@@ -18,7 +18,7 @@ ENUMS = {
'RTL', 'RTL',
], ],
'Unit': [ 'Unit': [
'Undefined', 'Undefined',
'Pixel', 'Pixel',
'Percent', 'Percent',
], ],