-
Notifications
You must be signed in to change notification settings - Fork 34
Closed
Description
This is a fauture request of a format setting which would control if you want to format numbers under 1 and over 0 without the 0 before the decimal place.
Example code not formatted:
local firstNum = 1.8
local secondNum = 0.2
Formatted:
local firstNum = 1.8
local secondNum = .2
Thanks! :D Love this extension!
Metadata
Metadata
Assignees
Labels
No labels