From 8a1d00ab28d556faac11c7108d3eaf6017b274eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 6 Feb 2019 19:37:18 +0100 Subject: [PATCH] Move more file-specific settings to .editorconfig. --- .editorconfig | 2 +- package/ci/appveyor.yml | 2 -- package/ci/travis.yml | 2 -- package/homebrew/magnum.rb | 2 -- 4 files changed, 1 insertion(+), 7 deletions(-) diff --git a/.editorconfig b/.editorconfig index 77198de17..96dc25f19 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,6 +2,6 @@ indent_style = space indent_size = 4 -[*.{css,html}] +[*.{css,html,yml,rb}] indent_style = space indent_size = 2 diff --git a/package/ci/appveyor.yml b/package/ci/appveyor.yml index 2ec8c81e1..cb3db145a 100644 --- a/package/ci/appveyor.yml +++ b/package/ci/appveyor.yml @@ -1,5 +1,3 @@ -# kate: indent-width 2; - clone_depth: 1 environment: diff --git a/package/ci/travis.yml b/package/ci/travis.yml index 76d4aed85..fcdfcd5ef 100644 --- a/package/ci/travis.yml +++ b/package/ci/travis.yml @@ -1,5 +1,3 @@ -# kate: indent-width 2; - addons: apt: packages: diff --git a/package/homebrew/magnum.rb b/package/homebrew/magnum.rb index 36ddfd8dd..c4d2c260a 100644 --- a/package/homebrew/magnum.rb +++ b/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"