Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1255)

Unified Diff: polymer_1.0.4/bower_components/hydrolysis/.editorconfig

Issue 1205703007: Add polymer 1.0 to npm_modules (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Renamed folder to 1.0.4 Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: polymer_1.0.4/bower_components/hydrolysis/.editorconfig
diff --git a/node_modules/vulcanize/util/changelogs.sh b/polymer_1.0.4/bower_components/hydrolysis/.editorconfig
old mode 100755
new mode 100644
similarity index 63%
copy from node_modules/vulcanize/util/changelogs.sh
copy to polymer_1.0.4/bower_components/hydrolysis/.editorconfig
index 987678aab7db498e7c0f2dda2f803af727734a47..99b853347d7a8e00e117d970a21ef2448e375545
--- a/node_modules/vulcanize/util/changelogs.sh
+++ b/polymer_1.0.4/bower_components/hydrolysis/.editorconfig
@@ -1,23 +1,19 @@
-#!/bin/bash
-#
-# @license
# Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
# This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
# The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
# The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
# Code distributed by Google as part of the polymer project is also
# subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
-#
-# tags sorted semver style
-TAGS=($(git tag -l | sort -k1,1r -k2,2r -k3,3r -t.))
+# Polymer EditorConfig
-TO=(${TAGS[@]})
+root = true
-FROM=(${TAGS[@]:1})
-FROM+=(`git rev-list --max-parents=0 HEAD`)
+[*]
+charset = utf-8
+indent_size = 2
+indent_style = space
+trim_trailing_whitespace = true
-for i in ${!FROM[@]}; do
- echo "### ${TO[$i]}"
- git log ${FROM[$i]}..${TO[$i]} --pretty="- %s"
-done
+[*.md]
+trim_trailing_whitespace = false
« no previous file with comments | « polymer_1.0.4/bower_components/hydrolysis/.bower.json ('k') | polymer_1.0.4/bower_components/hydrolysis/.gitattributes » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698