mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-10 07:52:23 +03:00
8588cac3d7
commit23feaad53cAuthor: Jeff Sagal <sagalbot@gmail.com> Date: Sun Aug 1 11:45:49 2021 -0700 Update package.json commit69d11c7f58Author: Jeff Sagal <sagalbot@gmail.com> Date: Sun Aug 1 11:42:38 2021 -0700 update eslint config commit96819ebb91Author: Jeff Sagal <sagalbot@gmail.com> Date: Fri Jul 30 11:01:59 2021 -0700 build: add prettier and eslint (#1090) commitf702040f5bAuthor: semantic-release-bot <semantic-release-bot@martynus.net> Date: Fri Jul 30 00:38:55 2021 +0000 chore(🚀): 3.12.2 commit0f763f3ac4Author: Daniel Molnar <dm@tpwd.de> Date: Fri Jul 30 02:37:49 2021 +0200 fix: set !default for $vs-controls-deselect-text-shadow (#1468) - added missing `!default` for $vs-controls-deselect-text-shadow, which was the only one not having it - `!default` is necessary in order to be able override the variable commit335920b586Author: semantic-release-bot <semantic-release-bot@martynus.net> Date: Thu Jul 22 21:41:39 2021 +0000 chore(🚀): 3.12.1 commit5e1ac1f5ecAuthor: Jeff Sagal <sagalbot@gmail.com> Date: Thu Jul 22 14:40:29 2021 -0700 fix: no-options slot should use mutableLoading instead of loading prop (#1465)
20 lines
271 B
INI
20 lines
271 B
INI
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
indent_style = space
|
|
indent_size = 4
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.{js,vue}]
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
[*.md]
|
|
trim_trailing_whitespace = false
|
|
|
|
[*.{yml,yaml}]
|
|
indent_size = 2
|