mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-09 10:27:49 +00:00
Remove trailing newlines in .html files and add .php to .editorconfig. [ci skip]
This commit is contained in:
@@ -7,11 +7,14 @@ root = true
|
|||||||
end_of_line = lf
|
end_of_line = lf
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
insert_final_newline = true
|
|
||||||
|
|
||||||
[**.{js,json,md}]
|
[**.{js,json,md}]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
insert_final_newline = true
|
||||||
|
|
||||||
|
[**.{html,php}]
|
||||||
|
insert_final_newline = false
|
||||||
|
|
||||||
[**.html]
|
[**.html]
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
|
|||||||
@@ -79,4 +79,4 @@
|
|||||||
}());
|
}());
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
@@ -73,4 +73,4 @@
|
|||||||
<script src="../vendor/backbone/test/view.js"></script>
|
<script src="../vendor/backbone/test/view.js"></script>
|
||||||
<script src="../vendor/backbone/test/sync.js"></script>
|
<script src="../vendor/backbone/test/sync.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
@@ -237,4 +237,4 @@
|
|||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
@@ -202,4 +202,4 @@
|
|||||||
<li><%= data %></li>
|
<li><%= data %></li>
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
Reference in New Issue
Block a user