commandbox-cfformat
commandbox-cfformat copied to clipboard
CSS styles
on my .cfm pages, sometimes I will have on-page css styles. The styles seem to get formatted without indentation
.navbar .nav-item {
position: relative;
}
Gets formatted to
.navbar .nav-item {
position: relative;
}