mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
fmt: align each contiguous field of struct. not the whole. (#7981)
This commit is contained in:
@@ -12,11 +12,11 @@ const (
|
||||
|
||||
struct AssetManager {
|
||||
mut:
|
||||
css []Asset
|
||||
js []Asset
|
||||
css []Asset
|
||||
js []Asset
|
||||
pub mut:
|
||||
// when true assets will be minified
|
||||
minify bool
|
||||
minify bool
|
||||
// the directory to store the cached/combined files
|
||||
cache_dir string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user