Browse Source

Move more file-specific settings to .editorconfig.

pull/306/merge
Vladimír Vondruš 7 years ago
parent
commit
8a1d00ab28
  1. 2
      .editorconfig
  2. 2
      package/ci/appveyor.yml
  3. 2
      package/ci/travis.yml
  4. 2
      package/homebrew/magnum.rb

2
.editorconfig

@ -2,6 +2,6 @@
indent_style = space
indent_size = 4
[*.{css,html}]
[*.{css,html,yml,rb}]
indent_style = space
indent_size = 2

2
package/ci/appveyor.yml

@ -1,5 +1,3 @@
# kate: indent-width 2;
clone_depth: 1
environment:

2
package/ci/travis.yml

@ -1,5 +1,3 @@
# kate: indent-width 2;
addons:
apt:
packages:

2
package/homebrew/magnum.rb

@ -1,5 +1,3 @@
# kate: indent-width 2;
class Magnum < Formula
desc "C++11/C++14 graphics middleware for games and data visualization"
homepage "https://magnum.graphics"

Loading…
Cancel
Save