WICG / virtual-scroller

Other
2k stars 83 forks source link

add .clang-format file and reformat all .mjs files #176

Closed fergald closed 5 years ago

fergald commented 5 years ago

This is chromium's .clang-format file.

CodeWitchBella commented 5 years ago

Why not use prettier for js formatting?

fergald commented 5 years ago

Simply because we're using clang-format elsewhere. If prettier is the preferred formatter for wicg stuff I'm fine with that.

@domenic is it appropriate to drop a package.json in here to get prettier?

domenic commented 5 years ago

Prettier isn't really the preferred formatter for wicg stuff. I wouldn't worry about it; clang-format is fine.