# ==============================================================
# PicoUnits project configuration
#
# Drop this file or run `picounits generate` in your project root.
#
# NOTE:
#   PicoUnits uses a fixed set of fundamental dimensions.
#   Dimensions cannot be added or removed, but their symbols and
#   ordering may be customized.
# ==============================================================

[symbols]
# Change the symbol used to represent each fundamental dimension.
TIME: s
LENGTH: m
MASS: kg
CURRENT: A
TEMPERATURE: K
AMOUNT: mol
LUMINOSITY: cd
DIMENSIONLESS: ∅

[order]
# Change the order in which dimensions are represented.
TIME: 0
LENGTH: 1
MASS: 2
CURRENT: 3
TEMPERATURE: 4
AMOUNT: 5
LUMINOSITY: 6
DIMENSIONLESS: 7